aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/[id]/info.module.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-04-10 16:34:20 +0530
committerreal-zephex <[email protected]>2024-04-10 16:34:20 +0530
commitf445930364c6e71e1388dcc82728e425f02cd642 (patch)
treef3cf810d787d00fbeffc6ce45d8a85b55af2abc4 /src/app/anime/[id]/info.module.css
parentremoved edge funcitons (diff)
downloaddramalama-f445930364c6e71e1388dcc82728e425f02cd642.tar.xz
dramalama-f445930364c6e71e1388dcc82728e425f02cd642.zip
UI changes
Diffstat (limited to 'src/app/anime/[id]/info.module.css')
-rw-r--r--src/app/anime/[id]/info.module.css5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/app/anime/[id]/info.module.css b/src/app/anime/[id]/info.module.css
index 1a8ccf8..15fd0cd 100644
--- a/src/app/anime/[id]/info.module.css
+++ b/src/app/anime/[id]/info.module.css
@@ -132,10 +132,6 @@
overflow-y: auto;
}
-.video {
- display: flex;
- flex-direction: column;
-}
.closeButton {
font-family: "Poppins", serif;
@@ -147,7 +143,6 @@
border-radius: 0.5rem;
cursor: pointer;
margin: 5px;
- width: auto;
}
.VideoPlayer {